[]
Moves an item from the specified position to the new one.
public override Task MoveAsync(int fromIndex, int toIndex, CancellationToken cancellationToken)
Public Overrides Function MoveAsync(fromIndex As Integer, toIndex As Integer, cancellationToken As CancellationToken) As Task
| Type | Name | Description |
|---|---|---|
| int | fromIndex | From index. |
| int | toIndex | To index. |
| CancellationToken | cancellationToken | The cancellation token. |
| Type | Description |
|---|---|
| Task |